home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / MPW IIGS SC / SC.002.BusyBox / busybox.c / busybox.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-19  |  1.0 KB  |  42 lines  |  [TEXT/MPS ]

  1. /***********************************************************************
  2. *
  3. * busybox.h -- Version 3.0
  4. *
  5. * Copyright (c)
  6. * Apple Computer, Inc.  1986-1990
  7. * All Rights Reserved.
  8. *
  9. * This file contains the header data used by the busybox program.
  10. *
  11. ***********************************************************************/
  12.  
  13. #define SHORTINDEX        123
  14.  
  15. #define AppleMenuID     0x1100
  16. #define AboutItem        0x1101
  17. #define FileMenuID        0x1200
  18. #define CloseItem            255     /* For DA's */
  19. #define QuitItem            0x1202
  20. #define EditMenuID        0x1300
  21. #define UndoItem            250     /* For DA's */
  22. #define CutItem             251     /* For DA's */
  23. #define CopyItem            252     /* For DA's */
  24. #define PasteItem            253     /* For DA's */
  25. #define ClearItem            254     /* For DA's */
  26.  
  27. #define NumWindows     14
  28.  
  29. #define ButButtonsID  1
  30. #define ButStatTextID 2
  31. #define ButLineEditID 3
  32. #define ButPicturesID 4
  33. #define ButPopUpsID   5
  34. #define ButTextEditID 6
  35. #define ButListsID      7
  36. #define Prog1ID       8
  37. #define Prog2ID       9
  38. #define Prog3ID      10
  39. #define Prog4ID      11
  40. #define Prog5ID      12
  41. #define Prog6ID      13
  42.